在 Windows 內移除無用的 Identifier


Posted by 孫胖 on 2022-12-20

首先以系統管理員身分執行 cmd

列出所有的 identifier

bcdedit /enum firmware

移除 identifier

bcdedit /delete identifier (包含大括號)









Related Posts

[Day 6] JS in Pipeline (6): CI/CD pipeline (1)

[Day 6] JS in Pipeline (6): CI/CD pipeline (1)

滲透測試基本技術 第三章 (001)

滲透測試基本技術 第三章 (001)

Vue.js 學習旅程Mile 11 – Computed 計算屬性篇

Vue.js 學習旅程Mile 11 – Computed 計算屬性篇


Comments